home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libiconv_src.lha / src / cp943.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-07  |  225 b   |  10 lines

  1. /*
  2.  * IBM CP943
  3.  */
  4.  
  5. /* This is essentially CP932, with many mappings missing in the AIX conversion
  6.    table. We just pretend it were the same as CP932. */
  7.  
  8. #define cp943_mbtowc cp932_mbtowc
  9. #define cp943_wctomb cp932_wctomb
  10.